Canvas.EraseBackground

Indicates whether REALbasic should erase the entire Canvas when doing operations like resizing. It defaults to True for backwards compatibility.

Syntax

EraseBackground( Boolean ) as


Parameters

Boolean


Notes

It is supported only on Windows since this is the only platform on which REALbasic erases the background.